Integration Tool Node
Useful for getting the result of a math expression. The input to this tool should be a valid mathematical expression that could be executed by a simple calculator.
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Integration | integrationEndpointReference | botdojo/types/integration/integration_action_reference | null | ||
| Export to File Option | exportToFileOption | botdojo/types/boolean | If enabled, adds an exportToFile parameter to the tool schema and storage input | false | ✅ |
After selecting an integration action, the node also exposes two optional agent-facing override fields tied to that action:
- Tool Name Override: Renames the tool exposed to the agent. Tool names may only contain letters, numbers, dashes, and underscores (1-128 characters).
- Tool Description Override: Replaces the default tool description exposed to the agent.
Output
| Label | Property | Type | Description | Default Value |
|---|---|---|---|---|
| Tool | tool | botdojo/interface/tool | null |